Skip to main content
Version: 5.1.0.0

HTTP Get Receiver

Description​

An HTTP GET Receiver is used to handle HTTP GET requests.

Purpose of Object​

An HTTP GET Receiver is used to recognize HTTP GET requests at a specific URL and use them to trigger a process. A start event is generated and a message with a list of the child elements is created. The names of these child elements are the parameter of the HTTP GET method. The incoming message type must be structured like this.

Creation​

To create an HTTP GET receiver follow the steps described in the general description of Channels